Unity協程的坑 unity終止協程提供了 StopAllCoroutines() 和 StopCoroutines() 兩個方法, 但是都只能終止該文件內的 IEnumerator. 並且具體使用有點坑 ...